home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / kakudai.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  818 b   |  23 lines

  1. on exitFrame
  2.   global glpictlist, gvpictnum, gvwborc, gvhelpmode
  3.   dontPassEvent()
  4.   puppetSprite(1, 1)
  5.   lfxkeycontrol4()
  6.   if the visible of window "├ñg├½├é" then
  7.     if gvwborc = 0 then
  8.       set the memberNum of sprite 1 to the number of member string(getAt(glpictlist, gvpictnum) & "256") of castLib 2
  9.     else
  10.       set the memberNum of sprite 1 to the number of member string(getAt(glpictlist, gvpictnum) & "RAFB") of castLib 2
  11.     end if
  12.     set lvworkx to getAt(glpictlistx, gvpictnum) * 4
  13.     set lvworky to getAt(glpictlisty, gvpictnum) * 4
  14.     spriteBox(1, 0, 0, lvworkx, lvworky)
  15.     moveWindow()
  16.   else
  17.     set the memberNum of sprite 1 to 269
  18.     set lvworkx to getAt(glpictlistx, gvpictnum) * 4
  19.     set lvworky to getAt(glpictlisty, gvpictnum) * 4
  20.     spriteBox(1, 0, 0, lvworkx, lvworky)
  21.   end if
  22. end
  23.